home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / qed_br.zip / BCONFIG.DAT
Text File  |  1988-06-02  |  7KB  |  241 lines

  1. *  This Qconfig.dat has been rewritten to best imitate BRIEF commands - where
  2. *  possible.  To use it - start QCONFIG - request K)eys and request
  3. *  BCONFIG.DAT as your configuration file
  4. *  This is the standard Qedit Configuration File altered to make it easier 
  5. *  for a BRIEF user to configure Qedit 2.xx.  By the way, Qedit is the best
  6. *  editor for the money - you should register it!  
  7. *
  8. *  If you're a BRIEF user, you'll like Qedit's small size (all you need is
  9. *  the Q.EXE file) - so it's something easy to carry from customer to customer.
  10. *  
  11. *  If you use BRIEF and program in dBase,Foxbase,Clipper,QuickSilver,
  12. *  Frontrunner, we have some macros that you might be interested in -
  13. *  called Quiet Flight.  Lots of folks already use them and you can ask 
  14. *  them for their opinion on CIS (Ashforum) - or call us for more details 
  15. *  at (305)943-9447 or try us in E-Mail (76137,1260).
  16.  
  17. *  Randy Wallin
  18. *  COB System Designs,Inc - Pompano Beach, FL 33064
  19.  
  20. f1                      prev_window
  21. f2                      grow_window
  22. f3                      horizontal_window
  23. f4                      close_window
  24. f5                      find
  25. f6                      find_replace
  26. f7                      macro_record
  27. f8                      dup_line
  28. * I use F9 as a zoom_window - you may find it better to leave it as 
  29. * macro_read - BRIEF's choice.
  30. f9                      macro_read
  31. f10                     pquit
  32.  
  33. * these next two imitate BRIEF's tab-in/tab-out commands 
  34. #f1                     shiftleft
  35. #f2                     shiftright
  36. #f3
  37. #f4                     maketopofscreen
  38. #f5                     repeat_find
  39. #f6                     makectrofscreen
  40. #f7                     macro_read
  41. #f8
  42. #f9
  43. * uncomment the next line if you have version 2.06 or better
  44. *#f10                    show_entry_screen
  45.  
  46. ^f1
  47. ^f2
  48. ^f3
  49. ^f4
  50. ^f5
  51. ^f6
  52. ^f7                     macro_write
  53. ^f8
  54. ^f9
  55. ^f10                    g_exit
  56.  
  57. * next line imitates BRIEF's Open_line - which defaults to ^Return
  58. @f1                     insert_line
  59. @f2                     match
  60. * uncomment the next two lines if you have version 2.06 or better
  61. *@f3                     insert_date
  62. *@f4                     insert_time
  63. @f5                     screen_left
  64. @f6                     screen_right
  65. @f7
  66. @f8
  67. * uncomment the next two lines if you have version 2.06 or better
  68. * take note: if you use Clipper - change the "foxpcomp" to Clipper
  69. * @f10 - does a global save - then compiles the current
  70. * file with foxpcomp and redirects all errors to a file called fixit.err
  71. * that gets loaded into a new window after the compilation is complete.
  72. *@f9 macro_begin gsave dos 'cm ' current_filename return
  73. *@f10 macro_begin gsave dos 'foxpcomp -e ' current_filename ' >fixit.err' return return horizontal_window edit_file 'fixit.err' return find "error" return return
  74. *
  75. *
  76. * special keys
  77. *
  78.  
  79. cursorup                cursor_up
  80. cursordown              cursor_down
  81. cursorleft              cursor_left
  82. cursorright             cursor_right
  83. ^cursorleft             word_left
  84. ^cursorright            word_right
  85. home                    beg_line
  86. end                     end_line
  87. ^home                   beg_file
  88. ^end                    end_file
  89. pgup                    page_up
  90. pgdn                    page_down
  91. ^pgdn                   end_screen
  92. ^pgup                   beg_screen
  93.  
  94. #tab                    tab_lt
  95. tab                     tab_rt
  96.  
  97. ins                     paste
  98. del                     del_ch
  99.  
  100. backspace               backspace
  101. ^backspace              del_lt_word
  102.  
  103. enter                   return
  104. * Sorry a Framework habit - ^ Return saves - but for BRIEF _ change the next
  105. * line to insert_line
  106. ^enter                  save_file
  107.  
  108. escape                  escape
  109. * BRIEF default uses the * as the undo key (makes it hard for dBase folks to
  110. * enter comments - for those who still do.) - so we changed the undo to the 
  111. * ` (below the ~)
  112. grey*                   input_ch
  113. grey+                   copy
  114. grey-                   cut
  115. #del                    del_rt_word
  116. #ins                    macro_begin main_menu "o" "i" paste main_menu "o" "i"
  117.  
  118. `                       undo_cursorline
  119. ~                       input_ch
  120. /                       input_ch
  121. ^ptrsc
  122. ^2
  123. ^6
  124. ^[                      half_pgdn
  125. ^\
  126. ^]                      half_pgup
  127. ^-                      get_prev
  128.  
  129. *
  130. * alternate keys
  131. *
  132.  
  133. @a                      drop_anchor
  134. * uncomment the next line if you have 2.06 or beyond
  135. *@b_a                    append_scrbuff
  136. @b_l                    get_scrbuff
  137. @b_s                    storescrbuff
  138. @c                      copy_block
  139. @d                      del_line
  140. @e                      edit_file
  141. @f                      macro_begin main_menu 'f'
  142. @g                      goto_line
  143. @h                      quick_help
  144. @i                      toggle_insert
  145. @j                      join_line
  146. @k                      del_to_eol
  147. @l                      mark_line
  148. @m                      move_block
  149. @n                      next_file
  150. @o                      change_filename
  151. @p                      macro_begin main_menu 'p'
  152. @q                      dos
  153. @r                      read_block
  154. @s                      find
  155. @t                      find_replace
  156. @u                      unmark_block
  157. @v
  158. @w                      writeblock
  159. @x                      macro_begin main_menu "q"
  160. @y
  161. @z                      shell
  162. @1
  163. @2
  164. @3
  165. @4
  166. @5
  167. @6
  168. @7
  169. @8
  170. @9
  171. @0
  172. @-                      prev_file
  173. @=
  174.  
  175. *
  176. * control keys
  177. *
  178.  
  179.  
  180. ^a                      align
  181. ^b                      toggle_bakups
  182. ^c
  183. ^d                      delete_block
  184. ^e                      macro_begin main_menu "F" "L" "*.prg" beg_line
  185. ^f
  186. ^g
  187. ^g_b                    goto_block_beg
  188. ^g_e                    goto_block_end
  189. ^h
  190. ^i                      toggle_indent
  191. ^j                      goto_line
  192. ^k_b                    mark_block_begin
  193. ^k_c                    copy_block
  194. ^k_d
  195. ^k_e                    edit_file
  196. ^k_h
  197. ^k_k                    mark_block_end
  198. ^k_n                    next_file
  199. ^k_p                    prev_file
  200. ^k_r
  201. ^k_s
  202. ^k_t
  203. ^k_v                    move_block
  204. ^k_w
  205. ^k_y                    delete_block
  206. ^l                      literal
  207. ^m                      macro_record
  208. ^n                      split_line
  209. ^o_c                    close_window
  210. ^o_n                    next_window
  211. ^o_o                    one_window
  212. ^o_p                    prev_window
  213. ^o_g                    grow_window
  214. ^o_s                    shrink_window
  215. ^o_h                    horizontal_window
  216. ^o_z                    zoom_window
  217. ^p                      
  218. ^q_a                    wrap_para
  219. ^q_b                    goto_block_beg
  220. ^q_c
  221. ^q_d
  222. ^q_e
  223. ^q_f
  224. ^q_i                    toggle_indent
  225. ^q_k                    goto_block_end
  226. ^q_l                    undo_cursorline
  227. ^q_p                    prev_position
  228. ^q_r
  229. ^q_s
  230. ^q_x
  231. ^q_y                    del_to_eol
  232. ^r
  233. ^s                      g_save
  234. ^t                      del_rt_word
  235. ^u                      unkill
  236. ^v
  237. ^w                      toggle_wordwrap
  238. ^x                      scroll_up
  239. ^y                      del_line
  240. ^z                      scroll_down
  241.